From: Richard M. Stallman Date: Mon, 12 Apr 1993 07:49:31 +0000 (+0000) Subject: (rot13-other-window): Add autoload. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96538 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8931b34ae29460fff0710b39b224e3b7c9ca7add;p=emacs.git (rot13-other-window): Add autoload. --- diff --git a/lisp/rot13.el b/lisp/rot13.el index 75af4d1026d..7c068bc1d81 100644 --- a/lisp/rot13.el +++ b/lisp/rot13.el @@ -44,6 +44,7 @@ table) "Char table for rot 13 display.") +;;;###autoload (defun rot13-other-window () "Display current buffer in rot 13 in another window." (interactive)